home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / db / esm-3.1 / esm-3 / usr / local / sm / src / serverlib / undo / Makefile < prev    next >
Encoding:
Makefile  |  1996-05-05  |  2.2 KB  |  72 lines

  1. #
  2. # $RCSfile: Makefile,v $ 
  3. # $Revision: 1.1.1.1 $ 
  4. # $Date: 1996/05/04 21:56:03 $
  5. #
  6. MODULE = undo
  7.  
  8. #
  9. #    Object files
  10. #
  11. FILESO = undoPageAllocation.o undoPageMark.o undoFileKeyInsert.o \
  12.          undoPageDeallocation.o undoMarkLargeObjOnPage.o \
  13.          undoSetRootEntry.o undoRemoveRootEntry.o undoWriteSmallObj.o \
  14.          undoCreateSmallObj.o undoDestroySmallObj.o \
  15.          undoInsertSmallObj.o undoDeleteSmallObj.o \
  16.          undoAppendSmallObj.o\
  17.          recordMissingUpdate.o \
  18.          undoFileAddSlotted.o space.o \
  19.          undoForwardSmallObj.o undoChangeSmallObjHdr.o \
  20.          undoCreateIndex.o \
  21.          undoBtree.o \
  22.          undoBtOv.o \
  23.          undoFileCreateDone.o \
  24.          undoWriteLargeData.o undoAppendLargeData.o \
  25.          undoInsertLargeData.o undoDeleteLargeData.o \
  26.          undoRemoveLargeData.o undoWriteLargeSlots.o \
  27.          undoAppendLargeSlots.o undoRemoveLargeSlots.o \
  28.          undoConvertToLargeRoot.o undoConvertToLargeHdr.o \
  29.          undoChangeSlotByteCounts.o undoWriteLargeNode.o \
  30.          undoConvertToSmall.o \
  31.          undoLHash.o undoEntirePage.o 
  32.  
  33. #    for !INIT_LSN_IS_LRC:     setupMissingUpdateInfo.o \
  34.          addUndoPage.o initMissingUpdatePools.o lookupUndoPage.o \
  35.          removeUndoPage.o freeMissingUpdateInfo.o
  36. #    for !INIT_LSN_IS_LRC:     setupMissingUpdateInfo.c \
  37.          addUndoPage.c initMissingUpdatePools.c lookupUndoPage.c \
  38.          removeUndoPage.c freeMissingUpdateInfo.c
  39.  
  40. #
  41. #    Source files
  42. #
  43. FILESC = undoPageAllocation.c undoPageMark.c undoFileKeyInsert.c \
  44.          undoPageDeallocation.c undoMarkLargeObjOnPage.c \
  45.          undoSetRootEntry.c undoRemoveRootEntry.c undoWriteSmallObj.c \
  46.          undoCreateSmallObj.c undoDestroySmallObj.c \
  47.          undoInsertSmallObj.c undoDeleteSmallObj.c \
  48.          undoAppendSmallObj.c \
  49.          setupMissingUpdateInfo.c \
  50.          initMissingUpdatePools.c \
  51.          recordMissingUpdate.c space.c \
  52.          undoFileAddSlotted.c \
  53.          undoForwardSmallObj.c undoChangeSmallObjHdr.c \
  54.          undoCreateIndex.C \
  55.          undoBtree.C \
  56.          undoBtOv.C \
  57.          undoFileCreateDone.c \
  58.          undoWriteLargeData.c undoAppendLargeData.c \
  59.          undoInsertLargeData.c undoDeleteLargeData.c \
  60.          undoRemoveLargeData.c undoWriteLargeSlots.c \
  61.          undoAppendLargeSlots.c undoRemoveLargeSlots.c \
  62.          undoConvertToLargeRoot.c undoConvertToLargeHdr.c \
  63.          undoChangeSlotByteCounts.c undoWriteLargeNode.c \
  64.          undoConvertToSmall.c \
  65.          undoLHash.C undoEntirePage.C
  66.  
  67.  
  68. include ../makefile.subdir
  69.  
  70. include makefile.depend
  71.  
  72.